home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / space_escape.swf / scripts / frame_6 / DoAction_2.as next >
Text File  |  2007-01-15  |  278b  |  16 lines

  1. _root.oldScore = 0;
  2. _root.score = 0;
  3. _root.coins = 0;
  4. _root.coinsBy50 = 0;
  5. _root.timeBonus = 0;
  6. _root.lives = 3;
  7. _root.difficulty = 1;
  8. _root.shipType = 1;
  9. _root.levelNumber = 0;
  10. if(_root.game)
  11. {
  12.    removeMovieClip(_root.game);
  13. }
  14. _root.pTimeTrial = false;
  15. stop();
  16.